db_ofb
Previous topic Chapter index Next topic

Foreign Key: c_fk_prot_rgp

 

 

Schema

public

 

Table

t_regroupement_rgp

 

Descriptions

un regroupement peut être rattaché à O ou 1 protocole

 

Definition

FOREIGN KEY (rgp_prot_id)
   REFERENCES public.tr_protocole_prot(prot_id)
   ON DELETE NO ACTION
   ON UPDATE NO ACTION
   NOT DEFERRABLE

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com)
Previous topic Chapter index Next topic